All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.graylog2.syslog4j.Syslog4jVersion Maven / Gradle / Ivy

package org.graylog2.syslog4j;

/**
* Syslog4jVersion provides a unique version identifier that is created during
* the build process.
* 
* 

Syslog4j is licensed under the Lesser GNU Public License v2.1. A copy * of the LGPL license is available in the META-INF folder in all * distributions of Syslog4j and in the base directory of the "doc" ZIP.

* * @author <[email protected]> * @version $Id: Syslog4jVersion.java,v 1.2 2008/10/28 01:07:06 cvs Exp $ */ public final class Syslog4jVersion { public static final String VERSION = "Syslog4j-graylog2 0.9.48 kroepke"; }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy