Skip to content

Commit 00ed549

Browse files
committed
standardize license header blocks
1 parent 8dc7a7b commit 00ed549

File tree

1,262 files changed

+21605
-15627
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,262 files changed

+21605
-15627
lines changed

example-jetty-embedded/src/main/java/org/eclipse/jetty/embedded/DumpServlet.java

Lines changed: 17 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,20 @@
1-
// ========================================================================
2-
// Copyright (c) 2009-2009 Mort Bay Consulting Pty. Ltd.
3-
// ------------------------------------------------------------------------
4-
// All rights reserved. This program and the accompanying materials
5-
// are made available under the terms of the Eclipse Public License v1.0
6-
// and Apache License v2.0 which accompanies this distribution.
7-
// The Eclipse Public License is available at
8-
// http://www.eclipse.org/legal/epl-v10.html
9-
// The Apache License v2.0 is available at
10-
// http://www.opensource.org/licenses/apache2.0.php
11-
// You may elect to redistribute this code under either of these licenses.
12-
// ========================================================================
13-
1+
//
2+
// ========================================================================
3+
// Copyright (c) 1995-2012 Mort Bay Consulting Pty. Ltd.
4+
// ------------------------------------------------------------------------
5+
// All rights reserved. This program and the accompanying materials
6+
// are made available under the terms of the Eclipse Public License v1.0
7+
// and Apache License v2.0 which accompanies this distribution.
8+
//
9+
// The Eclipse Public License is available at
10+
// http://www.eclipse.org/legal/epl-v10.html
11+
//
12+
// The Apache License v2.0 is available at
13+
// http://www.opensource.org/licenses/apache2.0.php
14+
//
15+
// You may elect to redistribute this code under either of these licenses.
16+
// ========================================================================
17+
//
1418

1519
package org.eclipse.jetty.embedded;
1620

example-jetty-embedded/src/main/java/org/eclipse/jetty/embedded/FileServer.java

Lines changed: 17 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,20 @@
1-
// ========================================================================
2-
// Copyright (c) 2006-2009 Mort Bay Consulting Pty. Ltd.
3-
// ------------------------------------------------------------------------
4-
// All rights reserved. This program and the accompanying materials
5-
// are made available under the terms of the Eclipse Public License v1.0
6-
// and Apache License v2.0 which accompanies this distribution.
7-
// The Eclipse Public License is available at
8-
// http://www.eclipse.org/legal/epl-v10.html
9-
// The Apache License v2.0 is available at
10-
// http://www.opensource.org/licenses/apache2.0.php
11-
// You may elect to redistribute this code under either of these licenses.
12-
// ========================================================================
1+
//
2+
// ========================================================================
3+
// Copyright (c) 1995-2012 Mort Bay Consulting Pty. Ltd.
4+
// ------------------------------------------------------------------------
5+
// All rights reserved. This program and the accompanying materials
6+
// are made available under the terms of the Eclipse Public License v1.0
7+
// and Apache License v2.0 which accompanies this distribution.
8+
//
9+
// The Eclipse Public License is available at
10+
// http://www.eclipse.org/legal/epl-v10.html
11+
//
12+
// The Apache License v2.0 is available at
13+
// http://www.opensource.org/licenses/apache2.0.php
14+
//
15+
// You may elect to redistribute this code under either of these licenses.
16+
// ========================================================================
17+
//
1318

1419
package org.eclipse.jetty.embedded;
1520

example-jetty-embedded/src/main/java/org/eclipse/jetty/embedded/FileServerXml.java

Lines changed: 18 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,22 @@
1+
//
2+
// ========================================================================
3+
// Copyright (c) 1995-2012 Mort Bay Consulting Pty. Ltd.
4+
// ------------------------------------------------------------------------
5+
// All rights reserved. This program and the accompanying materials
6+
// are made available under the terms of the Eclipse Public License v1.0
7+
// and Apache License v2.0 which accompanies this distribution.
8+
//
9+
// The Eclipse Public License is available at
10+
// http://www.eclipse.org/legal/epl-v10.html
11+
//
12+
// The Apache License v2.0 is available at
13+
// http://www.opensource.org/licenses/apache2.0.php
14+
//
15+
// You may elect to redistribute this code under either of these licenses.
16+
// ========================================================================
17+
//
18+
119
package org.eclipse.jetty.embedded;
2-
//========================================================================
3-
//Copyright (c) 2006-2012 Mort Bay Consulting Pty. Ltd.
4-
//------------------------------------------------------------------------
5-
//All rights reserved. This program and the accompanying materials
6-
//are made available under the terms of the Eclipse Public License v1.0
7-
//and Apache License v2.0 which accompanies this distribution.
8-
//The Eclipse Public License is available at
9-
//http://www.eclipse.org/legal/epl-v10.html
10-
//The Apache License v2.0 is available at
11-
//http://www.opensource.org/licenses/apache2.0.php
12-
//You may elect to redistribute this code under either of these licenses.
13-
//========================================================================
1420

1521
import org.eclipse.jetty.server.Server;
1622
import org.eclipse.jetty.util.resource.Resource;

example-jetty-embedded/src/main/java/org/eclipse/jetty/embedded/HelloHandler.java

Lines changed: 17 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,20 @@
1-
// ========================================================================
2-
// Copyright (c) 2009-2009 Mort Bay Consulting Pty. Ltd.
3-
// ------------------------------------------------------------------------
4-
// All rights reserved. This program and the accompanying materials
5-
// are made available under the terms of the Eclipse Public License v1.0
6-
// and Apache License v2.0 which accompanies this distribution.
7-
// The Eclipse Public License is available at
8-
// http://www.eclipse.org/legal/epl-v10.html
9-
// The Apache License v2.0 is available at
10-
// http://www.opensource.org/licenses/apache2.0.php
11-
// You may elect to redistribute this code under either of these licenses.
12-
// ========================================================================
1+
//
2+
// ========================================================================
3+
// Copyright (c) 1995-2012 Mort Bay Consulting Pty. Ltd.
4+
// ------------------------------------------------------------------------
5+
// All rights reserved. This program and the accompanying materials
6+
// are made available under the terms of the Eclipse Public License v1.0
7+
// and Apache License v2.0 which accompanies this distribution.
8+
//
9+
// The Eclipse Public License is available at
10+
// http://www.eclipse.org/legal/epl-v10.html
11+
//
12+
// The Apache License v2.0 is available at
13+
// http://www.opensource.org/licenses/apache2.0.php
14+
//
15+
// You may elect to redistribute this code under either of these licenses.
16+
// ========================================================================
17+
//
1318

1419
package org.eclipse.jetty.embedded;
1520

example-jetty-embedded/src/main/java/org/eclipse/jetty/embedded/HelloServlet.java

Lines changed: 17 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,20 @@
1-
// ========================================================================
2-
// Copyright (c) 2009-2009 Mort Bay Consulting Pty. Ltd.
3-
// ------------------------------------------------------------------------
4-
// All rights reserved. This program and the accompanying materials
5-
// are made available under the terms of the Eclipse Public License v1.0
6-
// and Apache License v2.0 which accompanies this distribution.
7-
// The Eclipse Public License is available at
8-
// http://www.eclipse.org/legal/epl-v10.html
9-
// The Apache License v2.0 is available at
10-
// http://www.opensource.org/licenses/apache2.0.php
11-
// You may elect to redistribute this code under either of these licenses.
12-
// ========================================================================
13-
1+
//
2+
// ========================================================================
3+
// Copyright (c) 1995-2012 Mort Bay Consulting Pty. Ltd.
4+
// ------------------------------------------------------------------------
5+
// All rights reserved. This program and the accompanying materials
6+
// are made available under the terms of the Eclipse Public License v1.0
7+
// and Apache License v2.0 which accompanies this distribution.
8+
//
9+
// The Eclipse Public License is available at
10+
// http://www.eclipse.org/legal/epl-v10.html
11+
//
12+
// The Apache License v2.0 is available at
13+
// http://www.opensource.org/licenses/apache2.0.php
14+
//
15+
// You may elect to redistribute this code under either of these licenses.
16+
// ========================================================================
17+
//
1418

1519
package org.eclipse.jetty.embedded;
1620

example-jetty-embedded/src/main/java/org/eclipse/jetty/embedded/LikeJettyXml.java

Lines changed: 17 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,20 @@
1-
// ========================================================================
2-
// Copyright (c) 2006-2009 Mort Bay Consulting Pty. Ltd.
3-
// ------------------------------------------------------------------------
4-
// All rights reserved. This program and the accompanying materials
5-
// are made available under the terms of the Eclipse Public License v1.0
6-
// and Apache License v2.0 which accompanies this distribution.
7-
// The Eclipse Public License is available at
8-
// http://www.eclipse.org/legal/epl-v10.html
9-
// The Apache License v2.0 is available at
10-
// http://www.opensource.org/licenses/apache2.0.php
11-
// You may elect to redistribute this code under either of these licenses.
12-
// ========================================================================
1+
//
2+
// ========================================================================
3+
// Copyright (c) 1995-2012 Mort Bay Consulting Pty. Ltd.
4+
// ------------------------------------------------------------------------
5+
// All rights reserved. This program and the accompanying materials
6+
// are made available under the terms of the Eclipse Public License v1.0
7+
// and Apache License v2.0 which accompanies this distribution.
8+
//
9+
// The Eclipse Public License is available at
10+
// http://www.eclipse.org/legal/epl-v10.html
11+
//
12+
// The Apache License v2.0 is available at
13+
// http://www.opensource.org/licenses/apache2.0.php
14+
//
15+
// You may elect to redistribute this code under either of these licenses.
16+
// ========================================================================
17+
//
1318

1419
package org.eclipse.jetty.embedded;
1520

example-jetty-embedded/src/main/java/org/eclipse/jetty/embedded/ManyConnectors.java

Lines changed: 17 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,20 @@
1-
// ========================================================================
2-
// Copyright (c) 2006-2009 Mort Bay Consulting Pty. Ltd.
3-
// ------------------------------------------------------------------------
4-
// All rights reserved. This program and the accompanying materials
5-
// are made available under the terms of the Eclipse Public License v1.0
6-
// and Apache License v2.0 which accompanies this distribution.
7-
// The Eclipse Public License is available at
8-
// http://www.eclipse.org/legal/epl-v10.html
9-
// The Apache License v2.0 is available at
10-
// http://www.opensource.org/licenses/apache2.0.php
11-
// You may elect to redistribute this code under either of these licenses.
12-
// ========================================================================
1+
//
2+
// ========================================================================
3+
// Copyright (c) 1995-2012 Mort Bay Consulting Pty. Ltd.
4+
// ------------------------------------------------------------------------
5+
// All rights reserved. This program and the accompanying materials
6+
// are made available under the terms of the Eclipse Public License v1.0
7+
// and Apache License v2.0 which accompanies this distribution.
8+
//
9+
// The Eclipse Public License is available at
10+
// http://www.eclipse.org/legal/epl-v10.html
11+
//
12+
// The Apache License v2.0 is available at
13+
// http://www.opensource.org/licenses/apache2.0.php
14+
//
15+
// You may elect to redistribute this code under either of these licenses.
16+
// ========================================================================
17+
//
1318

1419
package org.eclipse.jetty.embedded;
1520

example-jetty-embedded/src/main/java/org/eclipse/jetty/embedded/ManyContexts.java

Lines changed: 17 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,20 @@
1-
// ========================================================================
2-
// Copyright (c) 2006-2009 Mort Bay Consulting Pty. Ltd.
3-
// ------------------------------------------------------------------------
4-
// All rights reserved. This program and the accompanying materials
5-
// are made available under the terms of the Eclipse Public License v1.0
6-
// and Apache License v2.0 which accompanies this distribution.
7-
// The Eclipse Public License is available at
8-
// http://www.eclipse.org/legal/epl-v10.html
9-
// The Apache License v2.0 is available at
10-
// http://www.opensource.org/licenses/apache2.0.php
11-
// You may elect to redistribute this code under either of these licenses.
12-
// ========================================================================
1+
//
2+
// ========================================================================
3+
// Copyright (c) 1995-2012 Mort Bay Consulting Pty. Ltd.
4+
// ------------------------------------------------------------------------
5+
// All rights reserved. This program and the accompanying materials
6+
// are made available under the terms of the Eclipse Public License v1.0
7+
// and Apache License v2.0 which accompanies this distribution.
8+
//
9+
// The Eclipse Public License is available at
10+
// http://www.eclipse.org/legal/epl-v10.html
11+
//
12+
// The Apache License v2.0 is available at
13+
// http://www.opensource.org/licenses/apache2.0.php
14+
//
15+
// You may elect to redistribute this code under either of these licenses.
16+
// ========================================================================
17+
//
1318

1419
package org.eclipse.jetty.embedded;
1520

example-jetty-embedded/src/main/java/org/eclipse/jetty/embedded/ManyHandlers.java

Lines changed: 17 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,20 @@
1-
// ========================================================================
2-
// Copyright (c) 2006-2009 Mort Bay Consulting Pty. Ltd.
3-
// ------------------------------------------------------------------------
4-
// All rights reserved. This program and the accompanying materials
5-
// are made available under the terms of the Eclipse Public License v1.0
6-
// and Apache License v2.0 which accompanies this distribution.
7-
// The Eclipse Public License is available at
8-
// http://www.eclipse.org/legal/epl-v10.html
9-
// The Apache License v2.0 is available at
10-
// http://www.opensource.org/licenses/apache2.0.php
11-
// You may elect to redistribute this code under either of these licenses.
12-
// ========================================================================
1+
//
2+
// ========================================================================
3+
// Copyright (c) 1995-2012 Mort Bay Consulting Pty. Ltd.
4+
// ------------------------------------------------------------------------
5+
// All rights reserved. This program and the accompanying materials
6+
// are made available under the terms of the Eclipse Public License v1.0
7+
// and Apache License v2.0 which accompanies this distribution.
8+
//
9+
// The Eclipse Public License is available at
10+
// http://www.eclipse.org/legal/epl-v10.html
11+
//
12+
// The Apache License v2.0 is available at
13+
// http://www.opensource.org/licenses/apache2.0.php
14+
//
15+
// You may elect to redistribute this code under either of these licenses.
16+
// ========================================================================
17+
//
1318

1419
package org.eclipse.jetty.embedded;
1520

example-jetty-embedded/src/main/java/org/eclipse/jetty/embedded/ManyServletContexts.java

Lines changed: 17 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,20 @@
1-
// ========================================================================
2-
// Copyright (c) 2006-2009 Mort Bay Consulting Pty. Ltd.
3-
// ------------------------------------------------------------------------
4-
// All rights reserved. This program and the accompanying materials
5-
// are made available under the terms of the Eclipse Public License v1.0
6-
// and Apache License v2.0 which accompanies this distribution.
7-
// The Eclipse Public License is available at
8-
// http://www.eclipse.org/legal/epl-v10.html
9-
// The Apache License v2.0 is available at
10-
// http://www.opensource.org/licenses/apache2.0.php
11-
// You may elect to redistribute this code under either of these licenses.
12-
// ========================================================================
1+
//
2+
// ========================================================================
3+
// Copyright (c) 1995-2012 Mort Bay Consulting Pty. Ltd.
4+
// ------------------------------------------------------------------------
5+
// All rights reserved. This program and the accompanying materials
6+
// are made available under the terms of the Eclipse Public License v1.0
7+
// and Apache License v2.0 which accompanies this distribution.
8+
//
9+
// The Eclipse Public License is available at
10+
// http://www.eclipse.org/legal/epl-v10.html
11+
//
12+
// The Apache License v2.0 is available at
13+
// http://www.opensource.org/licenses/apache2.0.php
14+
//
15+
// You may elect to redistribute this code under either of these licenses.
16+
// ========================================================================
17+
//
1318

1419
package org.eclipse.jetty.embedded;
1520

0 commit comments

Comments
 (0)