Skip to content

Commit 68f5f2f

Browse files
committed
Fix license headers
1 parent b6ef6d4 commit 68f5f2f

73 files changed

Lines changed: 220 additions & 66 deletions

File tree

Some content is hidden

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

pom.xml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,25 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2+
<!--
3+
4+
EXPath Cryptographic Module
5+
Java Library providing an EXPath Cryptographic Module
6+
Copyright (C) 2015 The EXPath Project
7+
8+
This library is free software; you can redistribute it and/or
9+
modify it under the terms of the GNU Lesser General Public License
10+
as published by the Free Software Foundation; either version 2.1
11+
of the License, or (at your option) any later version.
12+
13+
This library is distributed in the hope that it will be useful,
14+
but WITHOUT ANY WARRANTY; without even the implied warranty of
15+
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16+
GNU Lesser General Public License for more details.
17+
18+
You should have received a copy of the GNU Lesser General Public License
19+
along with this library; if not, write to the Free Software Foundation,
20+
Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
21+
22+
-->
223
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
324
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
425
<modelVersion>4.0.0</modelVersion>

src/main/java/ro/kuberam/libs/java/crypto/CryptoError.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
/**
1+
/*
22
* EXPath Cryptographic Module
33
* Java Library providing an EXPath Cryptographic Module
4-
* Copyright (C) 2015 Claudius Teodorescu
4+
* Copyright (C) 2015 Kuberam
55
*
66
* This library is free software; you can redistribute it and/or
77
* modify it under the terms of the GNU Lesser General Public License

src/main/java/ro/kuberam/libs/java/crypto/CryptoException.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/**
1+
/*
22
* EXPath Cryptographic Module
33
* Java Library providing an EXPath Cryptographic Module
44
* Copyright (C) 2015 Kuberam

src/main/java/ro/kuberam/libs/java/crypto/ExpathCryptoModule.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/**
1+
/*
22
* EXPath Cryptographic Module
33
* Java Library providing an EXPath Cryptographic Module
44
* Copyright (C) 2015 Kuberam

src/main/java/ro/kuberam/libs/java/crypto/ModuleDescription.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/**
1+
/*
22
* EXPath Cryptographic Module
33
* Java Library providing an EXPath Cryptographic Module
44
* Copyright (C) 2015 Kuberam

src/main/java/ro/kuberam/libs/java/crypto/Parameters.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/**
1+
/*
22
* EXPath Cryptographic Module
33
* Java Library providing an EXPath Cryptographic Module
44
* Copyright (C) 2015 Kuberam

src/main/java/ro/kuberam/libs/java/crypto/certificates/ConstructCertificationPath.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/**
1+
/*
22
* EXPath Cryptographic Module
33
* Java Library providing an EXPath Cryptographic Module
44
* Copyright (C) 2015 Kuberam

src/main/java/ro/kuberam/libs/java/crypto/certificates/GenerateCertificate.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/**
1+
/*
22
* EXPath Cryptographic Module
33
* Java Library providing an EXPath Cryptographic Module
44
* Copyright (C) 2015 Kuberam

src/main/java/ro/kuberam/libs/java/crypto/certificates/ParseCertificate.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/**
1+
/*
22
* EXPath Cryptographic Module
33
* Java Library providing an EXPath Cryptographic Module
44
* Copyright (C) 2015 Kuberam

src/main/java/ro/kuberam/libs/java/crypto/certificates/ValidateCertificate.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/**
1+
/*
22
* EXPath Cryptographic Module
33
* Java Library providing an EXPath Cryptographic Module
44
* Copyright (C) 2015 Kuberam

0 commit comments

Comments
 (0)