Skip to content

Commit

Permalink
Updated licenses
Browse files Browse the repository at this point in the history
  • Loading branch information
rubendel committed Apr 11, 2017
1 parent 636465e commit 3aa91ad
Show file tree
Hide file tree
Showing 966 changed files with 3,649 additions and 1,402 deletions.
Expand Up @@ -37,7 +37,7 @@ public String generate(Object argument)
stringBuffer.append(TEXT_1);

/******************************************************************************
* Copyright (C) 2009-2016 BIMserver.org
* Copyright (C) 2009-2017 BIMserver.org
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
Expand Down
Expand Up @@ -51,7 +51,7 @@ public String generate(Object argument)
stringBuffer.append(TEXT_1);

/******************************************************************************
* Copyright (C) 2009-2016 BIMserver.org
* Copyright (C) 2009-2017 BIMserver.org
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
Expand Down
Expand Up @@ -168,7 +168,7 @@ public String generate(Object argument)
stringBuffer.append(TEXT_1);

/******************************************************************************
* Copyright (C) 2009-2016 BIMserver.org
* Copyright (C) 2009-2017 BIMserver.org
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
Expand Down
Expand Up @@ -32,7 +32,7 @@ public String generate(Object argument)
stringBuffer.append(TEXT_1);

/******************************************************************************
* Copyright (C) 2009-2016 BIMserver.org
* Copyright (C) 2009-2017 BIMserver.org
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
Expand Down
Expand Up @@ -37,7 +37,7 @@ public String generate(Object argument)
stringBuffer.append(TEXT_1);

/******************************************************************************
* Copyright (C) 2009-2016 BIMserver.org
* Copyright (C) 2009-2017 BIMserver.org
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
Expand Down
Expand Up @@ -158,7 +158,7 @@ public String generate(Object argument)
stringBuffer.append(TEXT_1);

/******************************************************************************
* Copyright (C) 2009-2016 BIMserver.org
* Copyright (C) 2009-2017 BIMserver.org
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
Expand Down
2 changes: 1 addition & 1 deletion BimServer/license.txt
@@ -1,4 +1,4 @@
Copyright (C) 2009-2016 BIMserver.org
Copyright (C) 2009-2017 BIMserver.org

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as
Expand Down
2 changes: 1 addition & 1 deletion BimServer/src/org/bimserver/Authenticator.java
@@ -1,7 +1,7 @@
package org.bimserver;

/******************************************************************************
* Copyright (C) 2009-2016 BIMserver.org
* Copyright (C) 2009-2017 BIMserver.org
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
Expand Down
17 changes: 17 additions & 0 deletions BimServer/src/org/bimserver/BimServer.java
@@ -1,5 +1,22 @@
package org.bimserver;

/******************************************************************************
* Copyright (C) 2009-2017 BIMserver.org
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
* published by the Free Software Foundation, either version 3 of the
* License, or (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see {@literal<http://www.gnu.org/licenses/>}.
*****************************************************************************/

import java.io.IOException;
import java.lang.Thread.UncaughtExceptionHandler;
import java.net.URL;
Expand Down
2 changes: 1 addition & 1 deletion BimServer/src/org/bimserver/BimServerConfig.java
@@ -1,7 +1,7 @@
package org.bimserver;

/******************************************************************************
* Copyright (C) 2009-2016 BIMserver.org
* Copyright (C) 2009-2017 BIMserver.org
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
Expand Down
2 changes: 1 addition & 1 deletion BimServer/src/org/bimserver/BimServerImporter.java
@@ -1,7 +1,7 @@
package org.bimserver;

/******************************************************************************
* Copyright (C) 2009-2016 BIMserver.org
* Copyright (C) 2009-2017 BIMserver.org
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
Expand Down
21 changes: 19 additions & 2 deletions BimServer/src/org/bimserver/Color4f.java
@@ -1,5 +1,22 @@
package org.bimserver;

package org.bimserver;

/******************************************************************************
* Copyright (C) 2009-2017 BIMserver.org
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
* published by the Free Software Foundation, either version 3 of the
* License, or (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see {@literal<http://www.gnu.org/licenses/>}.
*****************************************************************************/

public class Color4f {
private float r;
private float g;
Expand Down
2 changes: 1 addition & 1 deletion BimServer/src/org/bimserver/CommandLine.java
@@ -1,7 +1,7 @@
package org.bimserver;

/******************************************************************************
* Copyright (C) 2009-2016 BIMserver.org
* Copyright (C) 2009-2017 BIMserver.org
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
Expand Down
2 changes: 1 addition & 1 deletion BimServer/src/org/bimserver/EClassNameComparator.java
@@ -1,7 +1,7 @@
package org.bimserver;

/******************************************************************************
* Copyright (C) 2009-2016 BIMserver.org
* Copyright (C) 2009-2017 BIMserver.org
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
Expand Down
21 changes: 19 additions & 2 deletions BimServer/src/org/bimserver/EmbeddedWebServerInterface.java
@@ -1,5 +1,22 @@
package org.bimserver;

package org.bimserver;

/******************************************************************************
* Copyright (C) 2009-2017 BIMserver.org
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
* published by the Free Software Foundation, either version 3 of the
* License, or (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see {@literal<http://www.gnu.org/licenses/>}.
*****************************************************************************/

public interface EmbeddedWebServerInterface {

void shutdown();
Expand Down
2 changes: 1 addition & 1 deletion BimServer/src/org/bimserver/FindBiggestFile.java
@@ -1,7 +1,7 @@
package org.bimserver;

/******************************************************************************
* Copyright (C) 2009-2016 BIMserver.org
* Copyright (C) 2009-2017 BIMserver.org
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
Expand Down
2 changes: 1 addition & 1 deletion BimServer/src/org/bimserver/FloatingPointTest.java
@@ -1,7 +1,7 @@
package org.bimserver;

/******************************************************************************
* Copyright (C) 2009-2016 BIMserver.org
* Copyright (C) 2009-2017 BIMserver.org
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
Expand Down
2 changes: 1 addition & 1 deletion BimServer/src/org/bimserver/GenerateGeometryResult.java
@@ -1,7 +1,7 @@
package org.bimserver;

/******************************************************************************
* Copyright (C) 2009-2016 BIMserver.org
* Copyright (C) 2009-2017 BIMserver.org
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
Expand Down
21 changes: 19 additions & 2 deletions BimServer/src/org/bimserver/GenericGeometryGenerator.java
@@ -1,5 +1,22 @@
package org.bimserver;

package org.bimserver;

/******************************************************************************
* Copyright (C) 2009-2017 BIMserver.org
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
* published by the Free Software Foundation, either version 3 of the
* License, or (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see {@literal<http://www.gnu.org/licenses/>}.
*****************************************************************************/

import java.nio.ByteBuffer;
import java.nio.ByteOrder;
import java.nio.FloatBuffer;
Expand Down
2 changes: 1 addition & 1 deletion BimServer/src/org/bimserver/GeometryCache.java
@@ -1,7 +1,7 @@
package org.bimserver;

/******************************************************************************
* Copyright (C) 2009-2016 BIMserver.org
* Copyright (C) 2009-2017 BIMserver.org
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
Expand Down
2 changes: 1 addition & 1 deletion BimServer/src/org/bimserver/GeometryCacheEntry.java
@@ -1,7 +1,7 @@
package org.bimserver;

/******************************************************************************
* Copyright (C) 2009-2016 BIMserver.org
* Copyright (C) 2009-2017 BIMserver.org
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
Expand Down
@@ -1,7 +1,7 @@
package org.bimserver;

/******************************************************************************
* Copyright (C) 2009-2016 BIMserver.org
* Copyright (C) 2009-2017 BIMserver.org
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
Expand Down
2 changes: 1 addition & 1 deletion BimServer/src/org/bimserver/GeometryGenerator.java
@@ -1,7 +1,7 @@
package org.bimserver;

/******************************************************************************
* Copyright (C) 2009-2016 BIMserver.org
* Copyright (C) 2009-2017 BIMserver.org
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
Expand Down
2 changes: 1 addition & 1 deletion BimServer/src/org/bimserver/GeometrySimplifier.java
@@ -1,7 +1,7 @@
package org.bimserver;

/******************************************************************************
* Copyright (C) 2009-2016 BIMserver.org
* Copyright (C) 2009-2017 BIMserver.org
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
Expand Down
2 changes: 1 addition & 1 deletion BimServer/src/org/bimserver/IfcSchemaToJson.java
@@ -1,7 +1,7 @@
package org.bimserver;

/******************************************************************************
* Copyright (C) 2009-2016 BIMserver.org
* Copyright (C) 2009-2017 BIMserver.org
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
Expand Down
2 changes: 1 addition & 1 deletion BimServer/src/org/bimserver/JobScheduler.java
@@ -1,7 +1,7 @@
package org.bimserver;

/******************************************************************************
* Copyright (C) 2009-2016 BIMserver.org
* Copyright (C) 2009-2017 BIMserver.org
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
Expand Down
2 changes: 1 addition & 1 deletion BimServer/src/org/bimserver/JsonHandler.java
@@ -1,7 +1,7 @@
package org.bimserver;

/******************************************************************************
* Copyright (C) 2009-2016 BIMserver.org
* Copyright (C) 2009-2017 BIMserver.org
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
Expand Down
2 changes: 1 addition & 1 deletion BimServer/src/org/bimserver/LocalDevPluginLoader.java
@@ -1,7 +1,7 @@
package org.bimserver;

/******************************************************************************
* Copyright (C) 2009-2016 BIMserver.org
* Copyright (C) 2009-2017 BIMserver.org
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
Expand Down
2 changes: 1 addition & 1 deletion BimServer/src/org/bimserver/LocalDevSetup.java
@@ -1,7 +1,7 @@
package org.bimserver;

/******************************************************************************
* Copyright (C) 2009-2016 BIMserver.org
* Copyright (C) 2009-2017 BIMserver.org
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
Expand Down
2 changes: 1 addition & 1 deletion BimServer/src/org/bimserver/MemoryLeakTester.java
@@ -1,7 +1,7 @@
package org.bimserver;

/******************************************************************************
* Copyright (C) 2009-2016 BIMserver.org
* Copyright (C) 2009-2017 BIMserver.org
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
Expand Down
2 changes: 1 addition & 1 deletion BimServer/src/org/bimserver/MergerFactory.java
@@ -1,7 +1,7 @@
package org.bimserver;

/******************************************************************************
* Copyright (C) 2009-2016 BIMserver.org
* Copyright (C) 2009-2017 BIMserver.org
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
Expand Down
2 changes: 1 addition & 1 deletion BimServer/src/org/bimserver/MethodStats.java
@@ -1,7 +1,7 @@
package org.bimserver;

/******************************************************************************
* Copyright (C) 2009-2016 BIMserver.org
* Copyright (C) 2009-2017 BIMserver.org
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
Expand Down
2 changes: 1 addition & 1 deletion BimServer/src/org/bimserver/MetricsRegistry.java
@@ -1,7 +1,7 @@
package org.bimserver;

/******************************************************************************
* Copyright (C) 2009-2016 BIMserver.org
* Copyright (C) 2009-2017 BIMserver.org
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
Expand Down
2 changes: 1 addition & 1 deletion BimServer/src/org/bimserver/ObjectListener.java
@@ -1,7 +1,7 @@
package org.bimserver;

/******************************************************************************
* Copyright (C) 2009-2016 BIMserver.org
* Copyright (C) 2009-2017 BIMserver.org
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
Expand Down
10 changes: 5 additions & 5 deletions BimServer/src/org/bimserver/ObjectProviderProxy.java
@@ -1,11 +1,7 @@
package org.bimserver;

import java.io.IOException;

import org.bimserver.database.queries.om.QueryException;

/******************************************************************************
* Copyright (C) 2009-2016 BIMserver.org
* Copyright (C) 2009-2017 BIMserver.org
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
Expand All @@ -21,6 +17,10 @@
* along with this program. If not, see {@literal<http://www.gnu.org/licenses/>}.
*****************************************************************************/

import java.io.IOException;

import org.bimserver.database.queries.om.QueryException;

import org.bimserver.plugins.serializers.ObjectProvider;
import org.bimserver.shared.HashMapVirtualObject;

Expand Down
2 changes: 1 addition & 1 deletion BimServer/src/org/bimserver/Recording.java
@@ -1,7 +1,7 @@
package org.bimserver;

/******************************************************************************
* Copyright (C) 2009-2016 BIMserver.org
* Copyright (C) 2009-2017 BIMserver.org
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
Expand Down

0 comments on commit 3aa91ad

Please sign in to comment.